home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / MACUNZIP / CRC32.H < prev    next >
Text File  |  1989-09-24  |  187b  |  10 lines

  1. long crc32val;
  2.  
  3. /* update running CRC calculation with contents of a buffer */
  4.  
  5. #ifndef    OLDC
  6. void UpdateCRC(unsigned char *s, register int len);
  7. #else
  8. void UpdateCRC();
  9. #endif    /* OLDC */
  10.